├── README.md ├── data-mapping ├── README.md └── adlib │ └── README.md ├── examples ├── jsonld │ ├── artwork.jsonld │ ├── auction.jsonld │ ├── classification.jsonld │ ├── credit.jsonld │ ├── current_owner.jsonld │ ├── digital_representation.jsonld │ ├── digital_representation_iiif.jsonld │ ├── dimensions.jsonld │ ├── exhibition.jsonld │ ├── identifiers.jsonld │ ├── inscription.jsonld │ ├── labels.jsonld │ ├── literature.jsonld │ ├── literature_article.jsonld │ ├── literature_reference.jsonld │ ├── material.jsonld │ ├── material_support.jsonld │ ├── materials_statement.jsonld │ ├── previous_attribution.jsonld │ ├── production.jsonld │ ├── provenance_acquisition.jsonld │ ├── provenance_auction.jsonld │ ├── provenance_loan.jsonld │ ├── provenance_statement.jsonld │ ├── skos.jsonld │ ├── subject_type.jsonld │ ├── technical_recording.jsonld │ ├── technical_report.jsonld │ ├── titles.jsonld │ └── vgw_uri.jsonld ├── rdfxml │ ├── artwork.rdf.xml │ ├── auction.rdf.xml │ ├── classification.rdf.xml │ ├── credit.rdf.xml │ ├── current_owner.rdf.xml │ ├── digital_representation.rdf.xml │ ├── digital_representation_iiif.rdf.xml │ ├── dimensions.rdf.xml │ ├── exhibition.rdf.xml │ ├── identifiers.rdf.xml │ ├── inscription.rdf.xml │ ├── labels.rdf.xml │ ├── literature.rdf.xml │ ├── literature_article.rdf.xml │ ├── literature_reference.rdf.xml │ ├── material.rdf.xml │ ├── material_support.rdf.xml │ ├── previous_attribution.rdf.xml │ ├── production.rdf.xml │ ├── provenance_acquisition.rdf.xml │ ├── provenance_loan.rdf.xml │ ├── provenance_statement.rdf.xml │ ├── skos.rdf.xml │ ├── subject_type.rdf.xml │ ├── technical_recording.rdf.xml │ ├── technical_report.rdf.xml │ ├── titles.rdf.xml │ └── vgw_uri.rdf.xml ├── rdfxml2ttl.sh ├── shaclreport.ttl ├── shacltest.sh └── ttl │ ├── artwork.ttl │ ├── auction.ttl │ ├── classification.ttl │ ├── complete_example.ttl │ ├── credit.ttl │ ├── current_owner.ttl │ ├── digital_representation.ttl │ ├── digital_representation_iiif.ttl │ ├── dimensions.ttl │ ├── exhibition.ttl │ ├── identifiers.ttl │ ├── inscription.ttl │ ├── labels.ttl │ ├── literature.ttl │ ├── literature_article.ttl │ ├── literature_reference.ttl │ ├── material.ttl │ ├── material_support.ttl │ ├── previous_attribution.ttl │ ├── production.ttl │ ├── provenance.ttl │ ├── provenance_acquisition.ttl │ ├── provenance_loan.ttl │ ├── provenance_statement.ttl │ ├── skos.ttl │ ├── subject_type.ttl │ ├── technical_recording.ttl │ ├── technical_report.ttl │ ├── titles.ttl │ └── vgw_uri.ttl ├── linked-art.json ├── richtlijnen.md └── shapes └── artwork_shacl.ttl /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/README.md -------------------------------------------------------------------------------- /data-mapping/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/data-mapping/README.md -------------------------------------------------------------------------------- /data-mapping/adlib/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/data-mapping/adlib/README.md -------------------------------------------------------------------------------- /examples/jsonld/artwork.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/jsonld/artwork.jsonld -------------------------------------------------------------------------------- /examples/jsonld/auction.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/jsonld/auction.jsonld -------------------------------------------------------------------------------- /examples/jsonld/classification.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/jsonld/classification.jsonld -------------------------------------------------------------------------------- /examples/jsonld/credit.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/jsonld/credit.jsonld -------------------------------------------------------------------------------- /examples/jsonld/current_owner.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/jsonld/current_owner.jsonld -------------------------------------------------------------------------------- /examples/jsonld/digital_representation.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/jsonld/digital_representation.jsonld -------------------------------------------------------------------------------- /examples/jsonld/digital_representation_iiif.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/jsonld/digital_representation_iiif.jsonld -------------------------------------------------------------------------------- /examples/jsonld/dimensions.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/jsonld/dimensions.jsonld -------------------------------------------------------------------------------- /examples/jsonld/exhibition.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/jsonld/exhibition.jsonld -------------------------------------------------------------------------------- /examples/jsonld/identifiers.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/jsonld/identifiers.jsonld -------------------------------------------------------------------------------- /examples/jsonld/inscription.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/jsonld/inscription.jsonld -------------------------------------------------------------------------------- /examples/jsonld/labels.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/jsonld/labels.jsonld -------------------------------------------------------------------------------- /examples/jsonld/literature.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/jsonld/literature.jsonld -------------------------------------------------------------------------------- /examples/jsonld/literature_article.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/jsonld/literature_article.jsonld -------------------------------------------------------------------------------- /examples/jsonld/literature_reference.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/jsonld/literature_reference.jsonld -------------------------------------------------------------------------------- /examples/jsonld/material.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/jsonld/material.jsonld -------------------------------------------------------------------------------- /examples/jsonld/material_support.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/jsonld/material_support.jsonld -------------------------------------------------------------------------------- /examples/jsonld/materials_statement.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/jsonld/materials_statement.jsonld -------------------------------------------------------------------------------- /examples/jsonld/previous_attribution.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/jsonld/previous_attribution.jsonld -------------------------------------------------------------------------------- /examples/jsonld/production.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/jsonld/production.jsonld -------------------------------------------------------------------------------- /examples/jsonld/provenance_acquisition.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/jsonld/provenance_acquisition.jsonld -------------------------------------------------------------------------------- /examples/jsonld/provenance_auction.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/jsonld/provenance_auction.jsonld -------------------------------------------------------------------------------- /examples/jsonld/provenance_loan.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/jsonld/provenance_loan.jsonld -------------------------------------------------------------------------------- /examples/jsonld/provenance_statement.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/jsonld/provenance_statement.jsonld -------------------------------------------------------------------------------- /examples/jsonld/skos.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/jsonld/skos.jsonld -------------------------------------------------------------------------------- /examples/jsonld/subject_type.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/jsonld/subject_type.jsonld -------------------------------------------------------------------------------- /examples/jsonld/technical_recording.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/jsonld/technical_recording.jsonld -------------------------------------------------------------------------------- /examples/jsonld/technical_report.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/jsonld/technical_report.jsonld -------------------------------------------------------------------------------- /examples/jsonld/titles.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/jsonld/titles.jsonld -------------------------------------------------------------------------------- /examples/jsonld/vgw_uri.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/jsonld/vgw_uri.jsonld -------------------------------------------------------------------------------- /examples/rdfxml/artwork.rdf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/rdfxml/artwork.rdf.xml -------------------------------------------------------------------------------- /examples/rdfxml/auction.rdf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/rdfxml/auction.rdf.xml -------------------------------------------------------------------------------- /examples/rdfxml/classification.rdf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/rdfxml/classification.rdf.xml -------------------------------------------------------------------------------- /examples/rdfxml/credit.rdf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/rdfxml/credit.rdf.xml -------------------------------------------------------------------------------- /examples/rdfxml/current_owner.rdf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/rdfxml/current_owner.rdf.xml -------------------------------------------------------------------------------- /examples/rdfxml/digital_representation.rdf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/rdfxml/digital_representation.rdf.xml -------------------------------------------------------------------------------- /examples/rdfxml/digital_representation_iiif.rdf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/rdfxml/digital_representation_iiif.rdf.xml -------------------------------------------------------------------------------- /examples/rdfxml/dimensions.rdf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/rdfxml/dimensions.rdf.xml -------------------------------------------------------------------------------- /examples/rdfxml/exhibition.rdf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/rdfxml/exhibition.rdf.xml -------------------------------------------------------------------------------- /examples/rdfxml/identifiers.rdf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/rdfxml/identifiers.rdf.xml -------------------------------------------------------------------------------- /examples/rdfxml/inscription.rdf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/rdfxml/inscription.rdf.xml -------------------------------------------------------------------------------- /examples/rdfxml/labels.rdf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/rdfxml/labels.rdf.xml -------------------------------------------------------------------------------- /examples/rdfxml/literature.rdf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/rdfxml/literature.rdf.xml -------------------------------------------------------------------------------- /examples/rdfxml/literature_article.rdf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/rdfxml/literature_article.rdf.xml -------------------------------------------------------------------------------- /examples/rdfxml/literature_reference.rdf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/rdfxml/literature_reference.rdf.xml -------------------------------------------------------------------------------- /examples/rdfxml/material.rdf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/rdfxml/material.rdf.xml -------------------------------------------------------------------------------- /examples/rdfxml/material_support.rdf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/rdfxml/material_support.rdf.xml -------------------------------------------------------------------------------- /examples/rdfxml/previous_attribution.rdf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/rdfxml/previous_attribution.rdf.xml -------------------------------------------------------------------------------- /examples/rdfxml/production.rdf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/rdfxml/production.rdf.xml -------------------------------------------------------------------------------- /examples/rdfxml/provenance_acquisition.rdf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/rdfxml/provenance_acquisition.rdf.xml -------------------------------------------------------------------------------- /examples/rdfxml/provenance_loan.rdf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/rdfxml/provenance_loan.rdf.xml -------------------------------------------------------------------------------- /examples/rdfxml/provenance_statement.rdf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/rdfxml/provenance_statement.rdf.xml -------------------------------------------------------------------------------- /examples/rdfxml/skos.rdf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/rdfxml/skos.rdf.xml -------------------------------------------------------------------------------- /examples/rdfxml/subject_type.rdf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/rdfxml/subject_type.rdf.xml -------------------------------------------------------------------------------- /examples/rdfxml/technical_recording.rdf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/rdfxml/technical_recording.rdf.xml -------------------------------------------------------------------------------- /examples/rdfxml/technical_report.rdf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/rdfxml/technical_report.rdf.xml -------------------------------------------------------------------------------- /examples/rdfxml/titles.rdf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/rdfxml/titles.rdf.xml -------------------------------------------------------------------------------- /examples/rdfxml/vgw_uri.rdf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/rdfxml/vgw_uri.rdf.xml -------------------------------------------------------------------------------- /examples/rdfxml2ttl.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/rdfxml2ttl.sh -------------------------------------------------------------------------------- /examples/shaclreport.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/shaclreport.ttl -------------------------------------------------------------------------------- /examples/shacltest.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/shacltest.sh -------------------------------------------------------------------------------- /examples/ttl/artwork.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/ttl/artwork.ttl -------------------------------------------------------------------------------- /examples/ttl/auction.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/ttl/auction.ttl -------------------------------------------------------------------------------- /examples/ttl/classification.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/ttl/classification.ttl -------------------------------------------------------------------------------- /examples/ttl/complete_example.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/ttl/complete_example.ttl -------------------------------------------------------------------------------- /examples/ttl/credit.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/ttl/credit.ttl -------------------------------------------------------------------------------- /examples/ttl/current_owner.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/ttl/current_owner.ttl -------------------------------------------------------------------------------- /examples/ttl/digital_representation.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/ttl/digital_representation.ttl -------------------------------------------------------------------------------- /examples/ttl/digital_representation_iiif.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/ttl/digital_representation_iiif.ttl -------------------------------------------------------------------------------- /examples/ttl/dimensions.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/ttl/dimensions.ttl -------------------------------------------------------------------------------- /examples/ttl/exhibition.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/ttl/exhibition.ttl -------------------------------------------------------------------------------- /examples/ttl/identifiers.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/ttl/identifiers.ttl -------------------------------------------------------------------------------- /examples/ttl/inscription.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/ttl/inscription.ttl -------------------------------------------------------------------------------- /examples/ttl/labels.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/ttl/labels.ttl -------------------------------------------------------------------------------- /examples/ttl/literature.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/ttl/literature.ttl -------------------------------------------------------------------------------- /examples/ttl/literature_article.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/ttl/literature_article.ttl -------------------------------------------------------------------------------- /examples/ttl/literature_reference.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/ttl/literature_reference.ttl -------------------------------------------------------------------------------- /examples/ttl/material.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/ttl/material.ttl -------------------------------------------------------------------------------- /examples/ttl/material_support.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/ttl/material_support.ttl -------------------------------------------------------------------------------- /examples/ttl/previous_attribution.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/ttl/previous_attribution.ttl -------------------------------------------------------------------------------- /examples/ttl/production.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/ttl/production.ttl -------------------------------------------------------------------------------- /examples/ttl/provenance.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/ttl/provenance.ttl -------------------------------------------------------------------------------- /examples/ttl/provenance_acquisition.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/ttl/provenance_acquisition.ttl -------------------------------------------------------------------------------- /examples/ttl/provenance_loan.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/ttl/provenance_loan.ttl -------------------------------------------------------------------------------- /examples/ttl/provenance_statement.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/ttl/provenance_statement.ttl -------------------------------------------------------------------------------- /examples/ttl/skos.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/ttl/skos.ttl -------------------------------------------------------------------------------- /examples/ttl/subject_type.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/ttl/subject_type.ttl -------------------------------------------------------------------------------- /examples/ttl/technical_recording.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/ttl/technical_recording.ttl -------------------------------------------------------------------------------- /examples/ttl/technical_report.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/ttl/technical_report.ttl -------------------------------------------------------------------------------- /examples/ttl/titles.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/ttl/titles.ttl -------------------------------------------------------------------------------- /examples/ttl/vgw_uri.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/examples/ttl/vgw_uri.ttl -------------------------------------------------------------------------------- /linked-art.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/linked-art.json -------------------------------------------------------------------------------- /richtlijnen.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/richtlijnen.md -------------------------------------------------------------------------------- /shapes/artwork_shacl.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vangoghworldwide/linkedart/HEAD/shapes/artwork_shacl.ttl --------------------------------------------------------------------------------