rescs:dash/archiveorganization/ArchiveOrganizationShape leaf node


URI

http://rescs.org/dash/archiveorganization/ArchiveOrganizationShape

Label

ArchiveOrganization

Description

An organization with archival holdings. An organization which keeps and preserves archival material and typically makes it accessible to the public.

Target Classes (1)

Shape Properties

Instances of schema1:ArchiveOrganization can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

schema1:Organization
schema1:address 1 xsd:string
schema1:contactPoint 1 schema1:ContactPoint
schema1:department schema1:Organization
schema1:email 1 xsd:string
schema1:funder
schema1:keywords
schema1:member
schema1:parentOrganization schema1:Organization
schema1:Thing
schema1:alternateName xsd:string
schema1:description 1
schema1:identifier 1
schema1:image 1
schema1:name 1 1 xsd:string
schema1:sameAs
schema1:url

Implementation

@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://rescs.org/dash/archiveorganization/ArchiveOrganizationShape> a sh:NodeShape ;
    rdfs:label "ArchiveOrganization"^^xsd:string ;
    rdfs:comment "An organization with archival holdings. An organization which keeps and preserves archival material and typically makes it accessible to the public."^^xsd:string ;
    sh:and ( [ sh:node <http://rescs.org/dash/localbusiness/LocalBusinessShape> ] ) ;
    sh:targetClass schema1:ArchiveOrganization .