VRA-RDF-Project icon indicating copy to clipboard operation
VRA-RDF-Project copied to clipboard

General comments on metadata information

Open gatemezing opened this issue 8 years ago • 0 comments

Hi, I've been looking at the vocabulary and wanted to suggest to add more metadata info.

@prefix owl: http://www.w3.org/2002/07/owl# . @prefix dc: http://purl.org/dc/elements/1.1/ . @prefix xsd: http://www.w3.org/2001/XMLSchema# . @prefix rdfs: http://www.w3.org/2000/01/rdf-schema# . @prefix schema: http://schema.org/ . @prefix void: http://rdfs.org/ns/void# . @prefix foaf: http://xmlns.com/foaf/0.1/ .

1- In this triple http://jmixter.s3-website-us-east-1.amazonaws.com/thesis/VRA_OntologyRevised.owl a owl:Ontology.

Why not using the PURL URI and make proper content negotiation. So having http://purl.org/vra a owl:Ontology . and allow content negotiation? See http://www.w3.org/TR/swbp-vocab-pub/.

2- Adding more metadata. Add more metada like issued date, modified date, versioning, licencing info, URIs for creators, etc..

Example: @prefix dcterms: http://purl.org/dc/terms/ . @prefix foaf: http://xmlns.com/foaf/0.1/.

http://purl.org/vra a owl:Ontology ; dcterms:issued "2015-10-13"^^xsd:date ; dcterms:modified "2015-10-14"^^xsd:date ; # to track the different versions? owl:versionInfo "1.2" ; .

Nice work. HTH

gatemezing avatar Oct 14 '15 15:10 gatemezing