Math-Net Page Application Profile 1.1 Reference Description
editedBy:
created: 2000-12-07
modified: 2002-05-23
next/current version: http://www.iwi-iuk.org/material/RDF/1.1/profile/MNPage/
isRequiredBy:
requires:
conformant:
MetaData: http://www.iwi-iuk.org/material/RDF/1.1/profile/MNPage/index.html.rdf
MD Visualization:
http://www.iwi-iuk.org/material/RDF/1.1/profile/MNPage/index.html.rdf.gif
This Reference Description explains about usage of MetaData in a Math-Net page.
http://www.iwi-iuk.org/material/ RDF/1.1/profile/ MNPage/mathnetpage.rdf
provides RDF/XML code ready for implementation.
The logical structure of a Math-Net page at (test)-location online:
can be read from a graph representation.
A Math-Net page
carries
standardized statements about resources,
which appear in this application profile as
variables X_i.
Math-Net pages are realized as
XHTML objects with embedded RDF coded MetaData.
They have the variables replaced by concrete URLs or by text.
Target URLs are classified by Subject Descriptors
and Type.
All MetaData entries are optional.
A conformant tool for generation of a Math-Net page
is Math-Net_Page_Maker Math-Net Page Version 1.0. The relation to the Standard Labels
of the page makers
Help Files
is given explicitly.
The rdf:value entries will be used for dumb down
to unqualified Dublin Core.
Math-Net pages MetaData package
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:dcq="http://purl.org/dc/terms/"
xmlns:mn="http://www.iwi-iuk.org/material/RDF/1.1/Schema/Class/mn#"
xmlns:mnst="http://www.iwi-iuk.org/material/RDF/1.1/descriptor/#"
xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">
RDF/XML namespace header
<mn:MathNetPage rdf:about="">
<dc:publisher>
<mn:Organization rdfs:label="X_29, X_30, X_31">
<dc:identifier rdf:resource="http://X_28"/>
<vCard:ORG>
<rdf:Description vCard:Orgname="X_29">
<vCard:Orgunit>
<rdf:Seq rdf:_1="X_30" rdf:_2="X_31"/>
</vCard:Orgunit>
</rdf:Description>
</vCard:ORG>
<vCard:ADR>
<rdf:Description vCard:Street="X_32" vCard:Locality="X_33"
vCard:Pcode="X_34" vCard:Country="X_35"/>
</vCard:ADR>
</mn:Organization>
</dc:publisher>
</mn:MathNetPage>
This piece of MetaData declares the current
resource as a Math-Net Page and provides basic information about the institution publishing
the page.
X_28 has to be substituted by the URL of the ordinary homepage
of the institution.
X_29 has to be substituted by the
the name of the organization.
X_30, X_31 provide names of units, subunits.
In case there is need the list can be appended, with an obvious change for rdfs:label.
X_32, ..., X_35 have to be substituted by the corresponding pieces of the
postal address of the smallest unit in the Orgunit block.
<rdf:Description rdf:about="http://X_1">
<dc:subject>
<mnst:Descriptor rdf:value="general information"
rdf:about="http://www.iwi-iuk.org/material/RDF/1.1/descriptor/#General"/>
</dc:subject>
</rdf:Description>
The namespace prefix mnst indicates, that a descriptor from
the Math-Net Subject scheme is in use.
The fragment identifier #General corresponds to the standard
label General.
If one wants to link to a portal on general information,
which is not covered by the other items in this section http://X_1 has
to be substituted by the URL of that portal.
<rdf:Description rdf:about="http://X_2">
<dc:subject>
<mnst:Descriptor rdf:value="about Us"
rdf:about="http://www.iwi-iuk.org/material/RDF/1.1/descriptor/#AboutUs"/>
</dc:subject>
</rdf:Description>
The fragment identifier #AboutUs corresponds to the standard
label About Us.
If one wants to link to a portal on About Us, one
has to substitute http://X_2 by the URL of that portal.
<rdf:Description rdf:about="http://X_3">
<dc:subject>
<mnst:Descriptor rdf:value="organizational information"
rdf:about="http://www.iwi-iuk.org/material/RDF/1.1/descriptor/#Organization"/>
</dc:subject>
</rdf:Description>
The fragment identifier #Organization corresponds to
the standard label Organization of the Department. The substitution rule is analogues
to the one for About Us.
<rdf:Description rdf:about="http://X_4">
<dc:subject>
<mnst:Descriptor rdf:value="information for prospective students"
rdf:about="http://www.iwi-iuk.org/material/RDF/1.1/descriptor/#InformationForProspectiveStudents"/>
</dc:subject>
</rdf:Description>
The fragment identifier #InformationForProspectiveStudents corresponds to
the standard label Information for Prospective Students.
The substitution rule is analogues
to the one for About Us.
<rdf:Description rdf:about="http://X_5">
<dc:subject>
<mnst:Descriptor rdf:value="information about community outreach activities"
rdf:about="http://www.iwi-iuk.org/material/RDF/1.1/descriptor/#CommunityOutreach"/>
</dc:subject>
</rdf:Description>
The fragment identifier #CommunityOutreach
corresponds to the standard label Community Outreach. The substitution rule is analogues
to the one for About Us.
<rdf:Description rdf:about="http://X_6">
<dc:subject>
<mnst:Descriptor rdf:value="information for visitors"
rdf:about="http://www.iwi-iuk.org/material/RDF/1.1/descriptor/#InformationForVisitors"/>
</dc:subject>
</rdf:Description>
The fragment identifier #InformationForVisitors corresponds to
the standard label Information for Visitors. The substitution rule is analogues
to the one for About Us.
<rdf:Description rdf:about="http://X_7">
<dc:subject>
<mnst:Descriptor rdf:value="personalia"
rdf:about="http://www.iwi-iuk.org/material/RDF/1.1/descriptor/#People"/>
</dc:subject>
</rdf:Description>
The fragment identifier #People corresponds to
the standard label People. The substitution rule is analogues
to the one for General.
<rdf:Description rdf:about="http://X_8">
<dc:subject>
<mnst:Descriptor rdf:value="information about faculty and staff"
rdf:about="http://www.iwi-iuk.org/material/RDF/1.1/descriptor/#FacultyStaff"/>
</dc:subject>
</rdf:Description>
The fragment identifier #FacultyStaff corresponds to
the standard label Faculty / Staff. The substitution rule is
analogues to the one for About Us.
<rdf:Description rdf:about="http://X_9">
<dc:subject>
<mnst:Descriptor rdf:value="information about students"
rdf:about="http://www.iwi-iuk.org/material/RDF/1.1/descriptor/#Students"/>
</dc:subject>
</rdf:Description>
The fragment identifier #Students corresponds to
the standard label Students. The substitution rule is
analogues to the one for About Us.
<rdf:Description rdf:about="http://X_10">
<dc:subject>
<mnst:Descriptor rdf:value="information about long-term visitors and associates"
rdf:about="http://www.iwi-iuk.org/material/RDF/1.1/descriptor/#LongTermVisitorsAssociates"/>
</dc:subject>
</rdf:Description>
The fragment identifier #LongTermVisitorsAssociates corresponds to
the standard label Long-term Visitors / Associates. The substitution rule is
analogues to the one for About Us.
<rdf:Description rdf:about="http://X_11">
<dc:subject>
<mnst:Descriptor rdf:value="news"
rdf:about="http://www.iwi-iuk.org/material/RDF/1.1/descriptor/#News"/>
</dc:subject>
</rdf:Description>
The fragment identifier #News corresponds to
the standard label News. The substitution rule is
analogues to the one for General.
<rdf:Description rdf:about="http://X_12">
<dc:subject>
<mnst:Descriptor rdf:value="information about events"
rdf:about="http://www.iwi-iuk.org/material/RDF/1.1/descriptor/#ScheduleOfEvents"/>
</dc:subject>
</rdf:Description>
The fragment identifier #ScheduleOfEvents corresponds to
the standard label Schedule of Events. The substitution rule is
analogues to the one for About Us.
<rdf:Description rdf:about="http://X_13">
<dc:subject>
<mnst:Descriptor rdf:value="communications"
rdf:about="http://www.iwi-iuk.org/material/RDF/1.1/descriptor/#Communications"/>
</dc:subject>
</rdf:Description>
The fragment identifier #Communications corresponds to
the standard label Information for Dept. Members.
The substitution rule is analogues to the one for About Us.
<rdf:Description rdf:about="http://X_14">
<dc:subject>
<mnst:Descriptor rdf:value="information about vacant positions"
rdf:about="http://www.iwi-iuk.org/material/RDF/1.1/descriptor/#Positions"/>
</dc:subject>
</rdf:Description>
The fragment identifier #Positions corresponds to
the standard label Positions Available. The substitution rule is
analogues to the one for About Us.
<rdf:Description rdf:about="http://X_15">
<dc:subject>
<mnst:Descriptor rdf:value="information about research"
rdf:about="http://www.iwi-iuk.org/material/RDF/1.1/descriptor/#Research"/>
</dc:subject>
</rdf:Description>
The fragment identifier #Research corresponds to
the standard label Research. The substitution rule is
analogues to the one for General.
<rdf:Description rdf:about="http://X_16">
<dc:subject>
<mnst:Descriptor rdf:value="information about research groups"
rdf:about="http://www.iwi-iuk.org/material/RDF/1.1/descriptor/#ResearchGroups"/>
</dc:subject>
</rdf:Description>
The fragment identifier #ResearchGroups corresponds to
the standard label Research Groups. The substitution rule is
analogues to the one for About Us.
<rdf:Description rdf:about="http://X_17">
<dc:subject>
<mnst:Descriptor rdf:value="information about research papers"
rdf:about="http://www.iwi-iuk.org/material/RDF/1.1/descriptor/#PreprintsPublications"/>
</dc:subject>
</rdf:Description>
The fragment identifier #PreprintsPublications corresponds to
the standard label Preprints / Publications. The substitution rule is
analogues to the one for About Us.
<rdf:Description rdf:about="http://X_18">
<dc:subject>
<mnst:Descriptor rdf:value="information about projects"
rdf:about="http://www.iwi-iuk.org/material/RDF/1.1/descriptor/#Projects"/>
</dc:subject>
</rdf:Description>
The fragment identifier #Projects corresponds to
the standard label Projects. The substitution rule is
analogues to the one for About Us.
<rdf:Description rdf:about="http://X_19">
<dc:subject>
<mnst:Descriptor rdf:value="information about software development"
rdf:about="http://www.iwi-iuk.org/material/RDF/1.1/descriptor/#SoftwareDevelopment"/>
</dc:subject>
</rdf:Description>
The fragment identifier #SoftwareDevelopment
corresponds to the standard label Software Development. The substitution rule is
analogues to the one for About Us.
<rdf:Description rdf:about="http://X_20">
<dc:subject>
<mnst:Descriptor rdf:value="information about teaching"
rdf:about="http://www.iwi-iuk.org/material/RDF/1.1/descriptor/#Teaching"/>
</dc:subject>
</rdf:Description>
The fragment identifier #Teaching corresponds to
the standard label Teaching. The substitution rule is
analogues to the one for General.
<rdf:Description rdf:about="http://X_21">
<dc:subject>
<mnst:Descriptor rdf:value="information about study programs"
rdf:about="http://www.iwi-iuk.org/material/RDF/1.1/descriptor/#AcademicProgramsCurricula"/>
</dc:subject>
</rdf:Description>
The fragment identifier #AcademicProgramsCurricula
corresponds to the standard label AcademicPrograms / Curricula. The substitution rule is
analogues to the one for About Us.
<rdf:Description rdf:about="http://X_22">
<dc:subject>
<mnst:Descriptor rdf:value="information about lectures"
rdf:about="http://www.iwi-iuk.org/material/RDF/1.1/descriptor/#ClassSchedules"/>
</dc:subject>
</rdf:Description>
The fragment identifier #ClassSchedules corresponds to
the standard label Class Schedules. The substitution rule is
analogues to the one for About Us.
<rdf:Description rdf:about="http://X_23">
<dc:subject>
<mnst:Descriptor rdf:value="information about courses and materials"
rdf:about="http://www.iwi-iuk.org/material/RDF/1.1/descriptor/#CourseInformationAndMaterials"/>
</dc:subject>
</rdf:Description>
The fragment identifier #CourseInformationAndMaterials corresponds to
the standard label Course Information and Materials. The substitution rule is
analogues to the one for About Us.
<rdf:Description rdf:about="http://X_24">
<dc:subject>
<mnst:Descriptor rdf:value="local information services"
rdf:about="http://www.iwi-iuk.org/material/RDF/1.1/descriptor/#InformationServices"/>
</dc:subject>
</rdf:Description>
The fragment identifier #InformationServices
corresponds to
the standard label Information Services. The substitution rule is
analogues to the one for General.
<rdf:Description rdf:about="http://X_25">
<dc:subject>
<mnst:Descriptor rdf:value="information about library services"
rdf:about="http://www.iwi-iuk.org/material/RDF/1.1/descriptor/#Libraries"/>
</dc:subject>
</rdf:Description>
The fragment identifier #Libraries
corresponds to
the standard label Libraries. The substitution rule is
analogues to the one for About Us.
<rdf:Description rdf:about="http://X_26">
<dc:subject>
<mnst:Descriptor rdf:value="information about electronic journals accessible locally"
rdf:about="http://www.iwi-iuk.org/material/RDF/1.1/descriptor/#Journals"/>
</dc:subject>
</rdf:Description>
The fragment identifier #Journals
corresponds to
the standard label Journals. The substitution rule is
analogues to the one for About Us.
<rdf:Description rdf:about="http://X_27">
<dc:subject>
<mnst:Descriptor rdf:value="information about bibliographic databases locally accessible"
rdf:about="http://www.iwi-iuk.org/material/RDF/1.1/descriptor/#BibliographicDatabases"/>
</dc:subject>
</rdf:Description>
The fragment identifier #BibliographicDatabases
corresponds to
the standard label Bibliographic Databases. The substitution rule is
analogues to the one for About Us.
<rdf:Description rdf:about="http://X_36">
<dc:subject>
<mnst:Descriptor rdf:value="information about software and computing services"
rdf:about="http://www.iwi-iuk.org/material/RDF/1.1/descriptor/#ComputingServices"/>
</dc:subject>
</rdf:Description>
The fragment identifier #ComputingServices
corresponds to
the standard label Computing Services. The substitution rule is
analogues to the one for About Us.
<rdf:Description rdf:about="">
<dcq:references rdf:resource="http://X_1"/>
<dcq:references rdf:resource="http://X_2"/>
<dcq:references rdf:resource="http://X_3"/>
<dcq:references rdf:resource="http://X_4"/>
<dcq:references rdf:resource="http://X_5"/>
<dcq:references rdf:resource="http://X_6"/>
<dcq:references rdf:resource="http://X_7"/>
<dcq:references rdf:resource="http://X_8"/>
<dcq:references rdf:resource="http://X_9"/>
<dcq:references rdf:resource="http://X_10"/>
<dcq:references rdf:resource="http://X_11"/>
<dcq:references rdf:resource="http://X_12"/>
<dcq:references rdf:resource="http://X_13"/>
<dcq:references rdf:resource="http://X_14"/>
<dcq:references rdf:resource="http://X_15"/>
<dcq:references rdf:resource="http://X_16"/>
<dcq:references rdf:resource="http://X_17"/>
<dcq:references rdf:resource="http://X_18"/>
<dcq:references rdf:resource="http://X_19"/>
<dcq:references rdf:resource="http://X_20"/>
<dcq:references rdf:resource="http://X_21"/>
<dcq:references rdf:resource="http://X_22"/>
<dcq:references rdf:resource="http://X_23"/>
<dcq:references rdf:resource="http://X_24"/>
<dcq:references rdf:resource="http://X_25"/>
<dcq:references rdf:resource="http://X_26"/>
<dcq:references rdf:resource="http://X_27"/>
<dcq:references rdf:resource="http://X_36"/>
</rdf:Description>
</rdf:RDF>
|