-
Notifications
You must be signed in to change notification settings - Fork 48
Closed
Labels
Description
In DCAT v1 the property dcat:keyword is axiomatized
dcat:keyword
rdf:type owl:DatatypeProperty ;
rdfs:domain dcat:Dataset ;
rdfs:range rdfs:Literal ;
rdfs:subPropertyOf dcterms:subject ;
.
- Verify that the range is appropriate and necessary
- Verify that the domain is appropriate and necessary (see Review global domain axioms on dcat properties #110)
- Consider whether any guarded constraints (using owl:Restriction) should be introduced (see Use owl:Restriction constraints to bind DC properties to DCAT classes #105)
Reactions are currently unavailable