ASTM International · JSON-LD Context

Astm International Context

JSON-LD context defining the semantic vocabulary for Astm International from ASTM International.

26 Classes 13 Properties 5 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
dcterms: http://purl.org/dc/terms/
foaf: http://xmlns.com/foaf/0.1/
astm: https://raw.githubusercontent.com/api-evangelist/astm-international/refs/heads/main/vocabulary/astm-international-vocabulary.yml#

Classes

Standard TechnicalCommittee Subcommittee TestMethod Specification Practice Guide Classification Terminology CompassSubscription ProficiencyTestingProgram letterPrefix serialNumber title documentType scope abstract status icsCodes keywords memberCount standardsCount chairperson staffManager name description

Properties

Property Type Container
designation string
year gYear
developedDate date
supersedes reference
referencedStandards reference
doi string
storeUrl reference
compassUrl reference
committee reference
parentCommittee reference
subcommittees reference
established gYear
url reference

JSON-LD Document

astm-international-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "@vocab": "https://raw.githubusercontent.com/api-evangelist/astm-international/refs/heads/main/vocabulary/astm-international-vocabulary.yml#",
    "schema": "https://schema.org/",
    "skos": "http://www.w3.org/2004/02/skos/core#",
    "dcterms": "http://purl.org/dc/terms/",
    "foaf": "http://xmlns.com/foaf/0.1/",
    "astm": "https://raw.githubusercontent.com/api-evangelist/astm-international/refs/heads/main/vocabulary/astm-international-vocabulary.yml#",

    "Standard": "astm:Standard",
    "TechnicalCommittee": "astm:TechnicalCommittee",
    "Subcommittee": "astm:Subcommittee",
    "TestMethod": "astm:TestMethod",
    "Specification": "astm:Specification",
    "Practice": "astm:Practice",
    "Guide": "astm:Guide",
    "Classification": "astm:Classification",
    "Terminology": "astm:Terminology",
    "CompassSubscription": "astm:CompassSubscription",
    "ProficiencyTestingProgram": "astm:ProficiencyTestingProgram",

    "designation": {
      "@id": "astm:designation",
      "@type": "xsd:string"
    },
    "letterPrefix": "astm:letterPrefix",
    "serialNumber": "astm:serialNumber",
    "year": {
      "@id": "astm:year",
      "@type": "xsd:gYear"
    },
    "title": "schema:name",
    "documentType": "astm:documentType",
    "scope": "skos:scopeNote",
    "abstract": "schema:abstract",
    "status": "schema:creativeWorkStatus",
    "developedDate": {
      "@id": "dcterms:issued",
      "@type": "xsd:date"
    },
    "supersedes": {
      "@id": "dcterms:replaces",
      "@type": "@id"
    },
    "referencedStandards": {
      "@id": "dcterms:references",
      "@type": "@id"
    },
    "icsCodes": "astm:icsCode",
    "doi": {
      "@id": "schema:identifier",
      "@type": "xsd:string"
    },
    "keywords": "schema:keywords",
    "storeUrl": {
      "@id": "schema:url",
      "@type": "@id"
    },
    "compassUrl": {
      "@id": "astm:compassUrl",
      "@type": "@id"
    },
    "committee": {
      "@id": "astm:ownedBy",
      "@type": "@id"
    },

    "parentCommittee": {
      "@id": "skos:broader",
      "@type": "@id"
    },
    "subcommittees": {
      "@id": "skos:narrower",
      "@type": "@id"
    },
    "memberCount": "astm:memberCount",
    "standardsCount": "astm:standardsCount",
    "established": {
      "@id": "schema:foundingDate",
      "@type": "xsd:gYear"
    },
    "chairperson": "schema:member",
    "staffManager": "schema:employee",

    "name": "schema:name",
    "description": "schema:description",
    "url": {
      "@id": "schema:url",
      "@type": "@id"
    }
  }
}