SELECT ?property ?value WHERE { BIND (?? AS ?s) ?s ?property ?value . FILTER (isLiteral(?value)) } LIMIT 1000

Attributes

L'organisation selon schema.org à laquelle un numéro ISIL est attribué. La classe 'organisation' peut être subdivisée en Library ou ArchiveOrganisation. La classe 'Organisation' utilise 'identifier' pour se référer au numéro ISIL.
The [Organisation](https://schema.org/Organization) to which the ISIL belongs to as defined in _schema.org_. It can be further sub-classed into [Library](https://schema.org/Library) or [ArchiveOrganization](https://schema.org/ArchiveOrganization). The Class Organisation itself uses [identifier](https://schema.org/identifier) to point to an [ISIL](https://schema.ld.admin.ch/Isil).
about
about
L'organisation à qui le numéro ISIL est attribué.
The organisation to which the ISIL belongs.
SELECT ?property ?object WHERE { BIND (?? AS ?s) ?s ?property ?object . FILTER (isIRI(?object)) FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000

Outgoing Relationships

property object
domainIncludes ISIL
rangeIncludes Organization
equivalentProperty about
SELECT ?property ?subject WHERE { BIND (?? AS ?o) ?subject ?property ?o . FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000
Incoming Relationships: No results found.
SELECT ?instance ?description WHERE { BIND (?? AS ?class) ?instance (rdf:type|owl:type) ?class . OPTIONAL { ?instance schema:description ?description . } } LIMIT 5000
Instances of this Class: No results found.
SELECT ?superclass ?description WHERE { ?? rdfs:subClassOf ?superclass . OPTIONAL { ?superclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000
Superclasses of this Class: No results found.
SELECT ?subclass ?description WHERE { ?subclass rdfs:subClassOf ?? . OPTIONAL { ?subclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000
Subclasses of this Class: No results found.