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

Attributes

Législation
Legislazione
Gesetzgebung
Legislation
Legislation
Législation
Legislazione
Gesetzgebung
Legislation
A legal document such as an act, decree, bill, etc. (enforceable or not) or a component of a legal act (like an article).
Ein Rechtsdokument wie ein Gesetz, Dekret, Entwurf etc. (vollstreckbar oder nicht) oder ein Bestandteil eines Rechtsakts (wie ein Artikel).
A legal document such as an act, decree, bill, etc. (enforceable or not) or a component of a legal act (like an article).
Un document juridique tel qu'une loi, un décret, un projet de loi, etc. (exécutoire ou non) ou un élément d'un acte juridique (comme un article).
Un documento giuridico come una legge, un decreto, un disegno di legge, ecc. (esecutivo o meno) o una parte di un atto giuridico (come un articolo).
Ein Rechtsdokument wie ein Gesetz, Dekret, Entwurf etc. (vollstreckbar oder nicht) oder ein Bestandteil eines Rechtsakts (wie ein Artikel).
A legal document such as an act, decree, bill, etc. (enforceable or not) or a component of a legal act (like an article).
Un document juridique tel qu'une loi, un décret, un projet de loi, etc. (exécutoire ou non) ou un élément d'un acte juridique (comme un article).
Un documento giuridico come una legge, un decreto, un disegno di legge, ecc. (esecutivo o meno) o una parte di un atto giuridico (come un articolo).
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
contributor ELI
is part of pending.schema.org
source 1156
source eli
closeMatch LegalExpression
closeMatch LegalRecontributor
SELECT ?property ?subject WHERE { BIND (?? AS ?o) ?subject ?property ?o . FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000
SELECT ?instance ?description WHERE { BIND (?? AS ?class) ?instance (rdf:type|owl:type) ?class . OPTIONAL { ?instance schema:description ?description . } } LIMIT 5000
SELECT ?superclass ?description WHERE { ?? rdfs:subClassOf ?superclass . OPTIONAL { ?superclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000

Superclasses of this Class

superclass description
CreativeWork The most generic kind of creative work, including books, movies, photographs, software programs, etc.
SELECT ?subclass ?description WHERE { ?subclass rdfs:subClassOf ?? . OPTIONAL { ?subclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000

Subclasses of this Class

subclass description
LegislationObject A specific object or file containing a Legislation. Note that the same Legislation can be published in multiple files. For example, a digitally signed PDF, a plain PDF and an HTML version.